
 
 '   T h e r e m i n o   A u t o m a t i o n   d e m o   p r o g r a m 
 
 
 
 '   T w o   l o o p s ,   c a l l e d   " L o o p 1 "   a n d   " L o o p 2 "   a n d   t w o   B u t t o n s   t o   c a l l   t h e m 
 
 
 
 '   B u t t o n s   w i t h   l o n g   n a m e s   c a n   c a l l   l a b e l s   w i t h   t h e   c o m p l e t e   l o n g   n a m e 
 
 '   o r   a b b r e v i a t e d   t o   t h e   f i r s t   w o r d   ( L o o p 1   i n   t h i s   e x a m p l e ) 
 
 
 
 B u t t o n   1   L a b e l   " L o o p 1   ( B u t t o n   w i t h   l o n g   n a m e ) " 
 
 B u t t o n   2   L a b e l   L o o p 2 
 
 S t o p 
 
 
 
 L a b e l   L o o p 1 
 
 	 B u t t o n   5   T e x t   " E x e c u t i n g   L o o p 1 " 
 
 	 S l o t   1   =   1 0 0 0 
 
 	 S l o t   1   =   0 
 
 	 S l o t   2   =   1 0 0 0 
 
 	 S l o t   2   =   0 
 
 	 ' B u t t o n   5   T e x t   "   " 
 
 G o t o   L o o p 1 
 
 
 
 L a b e l   L o o p 2 
 
 	 B u t t o n   5   T e x t   " E x e c u t i n g   L o o p 2 " 
 
 	 S l o t ( 1 )   =   1 0 0 0 
 
 	 S l o t ( 2 )   =   1 0 0 0 
 
 	 S l o t ( 3 )   =   1 0 0 0 
 
 	 S l o t ( 3 )   =   0 
 
 	 S l o t ( 2 )   =   0 
 
 	 S l o t ( 1 )   =   0 
 
 	 ' B u t t o n   5   T e x t   " " 
 
 G o t o   L o o p 2 
 
 
 
 
 
 